home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Asm / Madness4 / Madness4.txt.bak < prev    next >
Encoding:
Text File  |  1980-11-27  |  1.4 KB  |  41 lines

  1. MACHINE:A1200 although possibly any amiga with enough chip ram
  2.         soon to be AGA only when i write the next routine
  3.         so that i can have big multicoloured sprites
  4. CODE:Andyrew
  5. GFX:OJ
  6.  
  7. Status: incomplete (scrolling works though)
  8.     next bit to right is the player
  9.  
  10. Miner Madness4 is my current project.
  11.  
  12.  
  13. MinerMadness 1&2 were games i wrote with my mate merlin on
  14. ye olde c64.  They were flip screen games, which we played to death
  15. sadly we never released them.  If I remember ill upload them to
  16. arnold or some other 64 site.
  17.  
  18. MM4 is 8 way scrolling up to 4 pixels a vblank.
  19. it runs at 50 frames a second on my 1200.
  20.  
  21. the level is created from an iff picture.
  22.  
  23. its going to have a very rough light sourcing 
  24. its just a pretty effect and i dont see the point in spending all
  25. my processor time making it perfect. if you want perfect buy me
  26. a gfx card and an exelorator.
  27.  
  28. BUGS:other than it just being the scroller, NONE that are mine.
  29.      but, ifflib keeps refusing to open in some screen modes (WEIRD!)
  30.      to fix this run codewatcher (for some reason) with madness4.x
  31.      
  32.      i.e. codewatcher madness4.x
  33.      
  34. Source is included. I use standard includes, but i also have
  35.     my own collection of little routines which i have not
  36.     included. They are all minor things like takeover system
  37.     setup standard things etc.
  38.  
  39.  
  40. Email:    The_Widds@MSN.COM    Yes I know its MSN so sue me!
  41.